home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CAMCheckBox.h
-
- Interface for CAMCheckBox.c
-
- Copyright © 1991 Bowers Development Corporation. All rights reserved.
-
- ******************************************************************************/
-
- #pragma once
-
- #include <CCheckBox.h>
-
- /*--------*/
- class CAMCheckBox : public CCheckBox {
- public:
- void IViewTemp (CView *anEnclosure,
- CBureaucrat *aSupervisor,
- Ptr viewData); // is override
-
- }; /* CAMCheckBox */
-